String Ends With
Command Prototype
sRet = EndsWith(sText,sEndsStr)
Command Description
Checks if a string ends with a given substring
Parameter Description
- Required Parameter
- sText--Input string
- sEndsStr--The substring to check whether the input string ends with it
- return
- sRet--The variable used to save the output of the function call